home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the text of field "rollover text" to "Click here to move forward."
- set the visible of sprite 49 to 1
- updateStage()
- end
-
- on mouseLeave me
- cursor(-1)
- set the text of field "rollover Text" to EMPTY
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "forward glow"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "forward"
- go("02")
- end
-